home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_186_XCOPY.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  996 b   |  21 lines

  1. Copies directories and directory trees.
  2.  
  3. XCOPY source [destination] [/C=creator] [/D:date] [/E] [/P] [/S] [/T=file-type] [/V]
  4.  
  5.   source       identifies the directory to be copied.
  6.   destination  identifies the location of the new files. It defaults to the
  7.                current directory.
  8.   /C=creator   only copies files of the given creator.
  9.   /D:date      copies files changed on or after the specified date.
  10.   /E           copies all [sub]directories, even if empty.
  11.   /P           prompts the user before creating each destination file.
  12.   /S           copies directories and subdirectories except empty ones.
  13.   /T=file-type only copies files of the given type.
  14.   /V           verifies each file copied.
  15.  
  16. Hidden files are not copied.
  17. Aliases are not resolved. Therefore, aliased folders appear in the
  18. copied directory as they appeared in the original one.
  19. Files and subdirectories cannot be copied onto themselves. Therefore,
  20. 'source' and 'destination' must identify different directories.
  21.